Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unicode-emoji from 2.8.0 to 3.1.0 #10532

Merged
merged 2 commits into from
Nov 30, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2021

Bumps unicode-emoji from 2.8.0 to 3.1.0.

Changelog

Sourced from unicode-emoji's changelog.

3.1.0

  • Update valid subdivisions to CLDR 40

3.0.0

  • Vastly improve memory usage, patch by @​radarek
    • Emoji regexes are now pre-generated and bundled with the release
    • Regexes use character classes instead of unions when possible
    • Most constants (e.g. regexes) now get autoloaded
    • See janlelis/unicode-emoji#9 for more details

2.9.0

  • Emoji 14.0
Commits
  • d8b8f90 Release v3.1.0
  • 1b22102 Update valid subdivisions to CLDR 40
  • 1d23542 Release v3.0.0
  • 750f2b6 CI: Update rubies
  • 73c630b Update CHANGELOG
  • efdd474 Fix wrong "describe" string in specs
  • 8b107b9 Merge pull request #9 from radarek/lower-memory-overhead
  • 3a8b744 Add rake task to generate regex constants
  • f7aec4d Create single character class for entire list of ords.
  • add3bdd Use character classes [a-b] for a union of consecutive characters
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [unicode-emoji](https://github.com/janlelis/unicode-emoji) from 2.8.0 to 3.1.0.
- [Release notes](https://github.com/janlelis/unicode-emoji/releases)
- [Changelog](https://github.com/janlelis/unicode-emoji/blob/main/CHANGELOG.md)
- [Commits](janlelis/unicode-emoji@v2.8.0...v3.1.0)

---
updated-dependencies:
- dependency-name: unicode-emoji
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Ruby labels Nov 30, 2021
@gitpod-io
Copy link

gitpod-io bot commented Nov 30, 2021

@jywarren
Copy link
Member

Asked in janlelis/unicode-emoji#9 (comment) but we can manually test too.

@jywarren
Copy link
Member

I found we don't use the gem any more! https://github.com/publiclab/plots2/pull/2569/files

@codeclimate
Copy link

codeclimate bot commented Nov 30, 2021

Code Climate has analyzed commit 579bc68 and detected 0 issues on this pull request.

View more on Code Climate.

@jywarren jywarren merged commit be6f277 into main Nov 30, 2021
@jywarren jywarren changed the title Bump unicode-emoji from 2.8.0 to 3.1.0 remove unicode-emoji from 2.8.0 to 3.1.0 Nov 30, 2021
@dependabot dependabot bot deleted the dependabot/bundler/unicode-emoji-3.1.0 branch November 30, 2021 18:50
billymoroney1 pushed a commit to billymoroney1/plots2 that referenced this pull request Dec 28, 2021
* Bump unicode-emoji from 2.8.0 to 3.1.0

Bumps [unicode-emoji](https://github.com/janlelis/unicode-emoji) from 2.8.0 to 3.1.0.
- [Release notes](https://github.com/janlelis/unicode-emoji/releases)
- [Changelog](https://github.com/janlelis/unicode-emoji/blob/main/CHANGELOG.md)
- [Commits](janlelis/unicode-emoji@v2.8.0...v3.1.0)

---
updated-dependencies:
- dependency-name: unicode-emoji
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* remove unicode-emoji

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jywarren <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ready-for-review Ruby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant